spi: spidev: Add missing spi_device_id for bh2228fv
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 30 Jul 2024 13:35:47 +0000 (15:35 +0200)
committerBen Hutchings <benh@debian.org>
Sun, 4 Aug 2024 20:10:58 +0000 (22:10 +0200)
commiteafa5c0beed8ff1306d73432a6666419779ddff8
tree3fae5ac8626fa16fa9312f6b71b69aa27d4f13d1
parent683d09a46b98731927aba451d0e4f06bff8f8310
spi: spidev: Add missing spi_device_id for bh2228fv

Origin: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git/commit?id=e4c4638b6a10427d30e29d22351c375886025f47

When the of_device_id entry for "rohm,bh2228fv" was added, the
corresponding spi_device_id was forgotten, causing a warning message
during boot-up:

    SPI driver spidev has no spi_device_id for rohm,bh2228fv

Fix module autoloading and shut up the warning by adding the missing
entry.

Fixes: fc28d1c1fe3b3e2f ("spi: spidev: add correct compatible for Rohm BH2228FV")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/cb571d4128f41175f31319cd9febc829417ea167.1722346539.git.geert+renesas@glider.be
Signed-off-by: Mark Brown <broonie@kernel.org>
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name spi-spidev-Add-missing-spi_device_id-for-bh2228fv.patch
drivers/spi/spidev.c